using UnityEngine;
using System.Collections;
using System;
using Object = UnityEngine.Object;

namespace RootMotion.Dynamics
{
    public partial class BehaviourPuppet : BehaviourBase
    {
        public bool IsProne()
        {
            throw new NotImplementedException();
        }
    }
}